From: Keir Fraser Date: Wed, 27 May 2009 10:21:59 +0000 (+0100) Subject: xm: Specify sensible default for superpages domain config option. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13871 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=86475c92139d83035e8d7bfc5c7e72795630e80e;p=xen.git xm: Specify sensible default for superpages domain config option. Signed-off-by: Dave McCracken --- diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index abe499870f..1e5e56aa02 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -617,6 +617,10 @@ gopts.var('xen_platform_pci', val='0|1', fn=set_int, default=1, use="Is xen_platform_pci used?") +gopts.var('superpages', val='0|1', + fn=set_int, default=0, + use="Create domain with superpages") + def err(msg): """Print an error to stderr and exit. """